}
static void
-xdg_surface_delete (void *data,
- struct xdg_surface *xdg_surface)
+xdg_surface_close (void *data,
+ struct xdg_surface *xdg_surface)
{
GdkWindow *window = GDK_WINDOW (data);
GdkDisplay *display;
xdg_surface_change_state,
xdg_surface_activated,
xdg_surface_deactivated,
- xdg_surface_delete,
+ xdg_surface_close,
};
static void
</description>
</event>
- <event name="delete">
+ <event name="close">
<description summary="surface wants to be closed">
- The delete event is sent by the compositor when the user
+ The close event is sent by the compositor when the user
wants the surface to be closed. This should be equivalent to
the user clicking the close button in client-side decorations,
if your application has any...